Uses of Class
org.mozilla.jss.crypto.KEMAlgorithm
Packages that use KEMAlgorithm
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of KEMAlgorithm in org.mozilla.jss.crypto
Fields in org.mozilla.jss.crypto declared as KEMAlgorithmModifier and TypeFieldDescriptionstatic final KEMAlgorithmKEMAlgorithm.MLKEM1024ML-KEM-1024 algorithm providing security level 5 (equivalent to AES-256).static final KEMAlgorithmKEMAlgorithm.MLKEM512ML-KEM-512 algorithm providing security level 1 (equivalent to AES-128).static final KEMAlgorithmKEMAlgorithm.MLKEM768ML-KEM-768 algorithm providing security level 3 (equivalent to AES-192).Fields in org.mozilla.jss.crypto with type parameters of type KEMAlgorithmModifier and TypeFieldDescriptionprivate static final Map<OBJECT_IDENTIFIER, KEMAlgorithm> KEMAlgorithm.oidMapMethods in org.mozilla.jss.crypto that return KEMAlgorithmModifier and TypeMethodDescriptionstatic KEMAlgorithmKEMAlgorithm.fromOID(OBJECT_IDENTIFIER oid) -
Uses of KEMAlgorithm in org.mozilla.jss.provider.javax.crypto
Fields in org.mozilla.jss.provider.javax.crypto declared as KEMAlgorithmModifier and TypeFieldDescriptionprivate KEMAlgorithmJSSKEMDecapsulatorSpi.kemprivate final KEMAlgorithmJSSKEMEncapsulatorSpi.kemprivate KEMAlgorithmJSSKEMSpi.kemAlgorithmConstructors in org.mozilla.jss.provider.javax.crypto with parameters of type KEMAlgorithmModifierConstructorDescriptionJSSKEMDecapsulatorSpi(PrivateKey privateKey, KEMAlgorithm kem) JSSKEMEncapsulatorSpi(PublicKey publicKey, KEMAlgorithm kem) JSSKEMSpi(KEMAlgorithm kemAlg)